Automatically create LDAP users as Aeneis users

Aeneis users can be created automatically. If LDAP authentication is enabled and a user logs into the BPM Portal or FatClient who does not yet exist in Aeneis, an Aeneis user can be automatically created for that user.

Requirements: LDAP authentication for the database and for report registration is enabled. (See Database object and properties and Register report).

Automatic creation of Aeneis users does not work when the user logs in via single sign-on. (Exception: Authentication in Aeneis via Spring Security).

Enable automatic user creation:

To enable automatic creation of Aeneis users, the following start parameter must be included in the vmoptions file of the Aeneis installation:

-Daeneis.ldap.automaticUserImport=true

In addition, an automatically created Aeneis user can be directly assigned to any Aeneis group.
To do this, the following start parameter must be included in the vmoptions file of the Aeneis installation.
werden:

-Daeneis.ldap.defaultGroups=[group GUID]

Here the GUID of the group, to which the user is assigned, is specified in the start parameter.
If you want to specify multiple groups, enter the GUIDs separated by commas.